<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 瀵瑰簲 CKEditor 涓殑 鍧楀紩鐢�*/
.blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 8px 2px 20px;
    border: 0 solid #ccc;
    border-left-width: 5px;
}

.bgimage {
    background-size: cover;
    background-position: center;
}

/* 闄愬埗琛屾暟, 骞跺湪鏈熬鏄剧ず鐪佺暐鍙�. IE 闇€閰嶅悎瀹瑰櫒楂樺害 */
.ellipsis {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.ellipsis-1 {
    -webkit-line-clamp: 1;
}

.ellipsis-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.ellipsis-4 {
    -webkit-line-clamp: 4;
}

/* 姘村钩骞冲潎鎺掑垪 */
.flex-h {
    display: flex;
}

/* 姣涚幓鐠冩晥鏋� */
/* 娌℃湁鑳屾櫙鍥炬椂浣跨敤姝ょ被: 鍐呭灞傚崐閫忔槑 */
.glass-container {
    overflow: hidden;
    background: hsla(0,0%,100%,.25) border-box;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 .5em 1em rgba(0, 0, 0, 0.6);
}
/* 鏈夎儗鏅浘鏃朵娇鐢ㄦ绫�: 搴旂敤姣涚幓鐠冩晥鏋滅殑瀹瑰櫒鏈€寮€澶存斁缃竴寮犺儗鏅浘(鎴栦笉浣跨敤鑳屾櫙鍥�), 骞舵ā绯婂寲澶勭悊 */
.glass-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -99; /* 妯＄硦灞傚湪鏈€涓嬮潰 */
    filter: blur(3px) brightness(75%); /* 鍊艰秺澶ц秺妯＄硦 */
    background-image: url("images/bg.jpg");
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}</pre></body></html>